home *** CD-ROM | disk | FTP | other *** search
- This file describes the changes to Xarchie from version 1.1 to 1.2.
-
- In the original distribution, the following files were accidentally
- included in the tarchive: mail, mail.hdr, xarchie.c.bug, appres.h.bug.
- Please delete them.
-
- The changes (excerpted from the README) are:
-
- Version 1.2 - 12 Sep 1991
- - Changed LowerCase() in types.c (from Xt manual example) to
- XmuCopyISOLatin1Lowered() since the former was not always
- compiled into X.
- - Added resources "ftpDir" and "ftpType" and corresponding items
- on the Settings panel so the ftp service is a bit better.
- - From: beser@aplcomm.jhuapl.edu (Nick Beser)
- - Fixed regex support in Imakefile. Added regex.h which is included
- by support.c and actions.c.
- - From: Greg Lindahl <gl8f@fermi.clas.Virginia.EDU>)
- - Changed strcasecmp() in types.c to XmuCompareISOLatin1() since
- some systems don't have the former.
- - Changed two leftover instances of isspace() to ISSPACE() in
- xarchie.c.
- - From: "(Simon Leinen)" <simon@liasun1.epfl.ch>
- and: Alan B Clegg <abc@concert.net>
- - Changed some widget names in resource file since the Settings
- form wasn't being laid out correctly.
-
- Please note that since the Imakefile has changed, you will have to
- remake your Makefiles. I didn't include them in the patch since they
- are so different after being generated from the Imakefile.
-
- You will note that in addition to the changes documented in the
- README, this patch will change the dates at the top of many files from
- sometime in August to "Sep 4". This is because the version that was
- made available for ftp was not exactly the same as the version
- released to comp.sources.x. These minor patches bring them back into
- sync.
-